TestScene

Undocumented in source.

Members

Functions

initialize
void initialize()
Undocumented in source. Be warned that the author may not have intended to support it.
render
void render()
Undocumented in source. Be warned that the author may not have intended to support it.
update
void update(float dt)
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin Preload
Undocumented in source.

Static variables

pop
IHipAudioClip pop;
Undocumented in source.

Variables

bigFont
IHipFont bigFont;
Undocumented in source.
geom
GeometryBatch geom;
Undocumented in source.
shader
Shader shader;
Undocumented in source.
smallFont
IHipFont smallFont;
Undocumented in source.
src
AHipAudioSource src;
Undocumented in source.
sys
HipParticleSystem sys;
Undocumented in source.
x
float x;
y
float y;
Undocumented in source.

Inherited Members

From Scene

initialize
void initialize()
Undocumented in source. Be warned that the author may not have intended to support it.
pushLayer
void pushLayer(Layer l)
Undocumented in source. Be warned that the author may not have intended to support it.
update
void update(float dt)
Undocumented in source. Be warned that the author may not have intended to support it.
render
void render()
Undocumented in source. Be warned that the author may not have intended to support it.
dispose
void dispose()
Undocumented in source. Be warned that the author may not have intended to support it.
onResize
void onResize(uint width, uint height)

Managed by the event dispatcher

Meta